home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{E4EBAA9E-220B-11D2-9D31-646E02C10627}#4.0#0"; "RobPrDem1.ocx"
- Begin VB.MDIForm SampleMdi
- Appearance = 0 'Flat
- BackColor = &H00FFFFFF&
- Caption = "SampleMdi"
- ClientHeight = 5715
- ClientLeft = 2295
- ClientTop = 1935
- ClientWidth = 6795
- LinkTopic = "MDIForm1"
- WindowState = 2 'Maximized
- Begin VB.PictureBox Picture1
- Align = 1 'Align Top
- Appearance = 0 'Flat
- BackColor = &H80000004&
- ForeColor = &H80000008&
- Height = 435
- Left = 0
- ScaleHeight = 405
- ScaleWidth = 6765
- TabIndex = 0
- Top = 0
- Width = 6795
- Begin RoboPrint.RoboPrintVB5 RoboPrintVB51
- Height = 360
- Left = 120
- TabIndex = 3
- Top = 0
- Width = 720
- _ExtentX = 1270
- _ExtentY = 635
- BtnPrint_ToolTipText= "Print.."
- BeginProperty TitlesFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 177
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ToFit = 1
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 2
- Left = 1860
- Picture = "SampleMdi.frx":0000
- Style = 1 'Graphical
- TabIndex = 4
- Top = 30
- Width = 345
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 1
- Left = 1395
- Picture = "SampleMdi.frx":039B
- Style = 1 'Graphical
- TabIndex = 2
- Top = 30
- Width = 345
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 0
- Left = 915
- Picture = "SampleMdi.frx":08FD
- Style = 1 'Graphical
- TabIndex = 1
- Top = 30
- Width = 345
- End
- End
- Attribute VB_Name = "SampleMdi"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click(Index As Integer)
- Select Case Index
- Case 1
- MsFlexSample.Show
- MsFlexSample.ZOrder 0
- Case 0
- DBGridSample.Show
- DBGridSample.ZOrder 0
- Case 2
- MsChartFrm.Show
- MsChartFrm.ZOrder 0
- End Select
- End Sub
-